CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 进程 内存

搜索资源列表

  1. 操作系统进程内存管理模拟特别版

    1下载:
  2. 操作系统进程内存管理模拟 有关此程序的功能请见程序中的帮助菜单 程序难点1:创建Windows xp中按钮样式 解决方法:使用标签控件与形状控件一起形成此样式 此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。 此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现) 程序难点2:实时与分时混合应用 解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。 程序难点3:分页式内存管理的调度方式 解决方法:具体方法见
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:70635
    • 提供者:锡文
  1. 操作系统进程内存管理模拟

    1下载:
  2. 有关此程序的功能请见程序中的帮助菜单程序难点1:创建Windows xp中按钮样式解决方法:使用标签控件与形状控件一起形成此样式此方法缺点:由于标签没有TAB事件,所以不能使用键盘控制按钮。此缺点解方法:截取键盘事件,以响应TAB事件(时间有限,没有实现)程序难点2:实时与分时混合应用解决方法:置一FOR循环在TIMER中,先判断并响应时实进程,再置另一当循环在TIMER中,无时实时再执行分时进程。程序难点3:分页式内存管理的调度方式解决方法:具体方法见程序中的注释。程序难点4:基于优先级的调度
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:25960
    • 提供者:李华
  1. 进程内存映象

    1下载:
  2. 可以加载进程,并查看它在内存中程序、连接库及各种数据的地址映象-can loading process, and view it in the memory process, library data and the address mapping
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:344392
    • 提供者:薛杉
  1. 操作系统进程内存管理模拟vb

    0下载:
  2. 分页式内存管理的调度方式 具体方法见程序中的注释。 基于优先级的调度方式-paging memory management method of scheduling specific methods See Notes to the procedures. Priority - Based Scheduling way
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:25489
    • 提供者:丁志强
  1. linux查看进程内存

    0下载:
  2. 所属分类:Linux/Unix编程

    • 发布日期:2009-01-20
    • 文件大小:245741
    • 提供者:syl330046
  1. 内存共享

    2下载:
  2. 实现没有任何关系的进程之间内存共享的很好例子,含信号量控制的
  3. 所属分类:源码下载

  1. 进程间通讯(一):Window下使用内存映射文件共享数据的例子

    2下载:
  2. Window下使用内存映射文件共享数据的例子 CreateFileMapping OpenFileMapping MapViewOfFile UnFileMapping等函数的具体应用。比较经典,可以直接拷到工程中应用。 使用过程中有问题。发邮件给我帮你解答,39514004@qq.com
  3. 所属分类:系统编程

    • 发布日期:2011-06-29
    • 文件大小:53120
    • 提供者:cnzhuhai
  1. 在VCpp 6.0下利用共享内存、消息实现内部进程通讯 - 副本

    0下载:
  2. 在VCpp 6.0下利用共享内存、消息实现内部进程通讯 ,资源里包含了,客户端和服务器端程序实现源代码。
  3. 所属分类:Windows编程

  1. VMMAP

    0下载:
  2. VC源码,输入运行中的进程名可自动列出进程中的内存分配情况-VC source code, enter the name of running process can be automatically listed in the process of memory allocation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-19
    • 文件大小:5327794
    • 提供者:于海亮
  1. MemoryRead

    4下载:
  2. Delphi写的内存搜索与内存读写操作库 指定进程,在进程中查找对应的字符与字符串,或者其他类型的数据。-Delphi to write the memory search and memory read and write operation of the Treasury designated the process, in the process to find the corresponding characters with the string, or other types o
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-22
    • 文件大小:290415
    • 提供者:huping
  1. lock-DLL

    2下载:
  2. 可以吧dll注入到进程内存中执行,不是普通的iat 注入,非常好用-Dll can be injected into the process memory it performed, not the ordinary into the iat, very easy to use
  3. 所属分类:Windows Develop

    • 发布日期:2016-05-10
    • 文件大小:43008
    • 提供者:mrhts
  1. 进程调度与作业调度的模拟

    0下载:
  2. 对进程调度与作业调度的模拟,进程调度算法:采用的是最高优先数优先的高度算法(即把处理机分配给优先数最高的进程和先来先服务算法。分区分配和回收算法:采用首次适应算法和最佳适应算法实现动态分区。其中,空闲分区通过空闲分区链来管理,在进行内存分配时,系统优先使用空闲区低端的空间。-process of scheduling and job scheduling simulation and process scheduling algorithm : the highest priority is t
  3. 所属分类:OS Develop

    • 发布日期:2017-03-23
    • 文件大小:40000
    • 提供者:陈任全
  1. memo

    3下载:
  2. 窗口、进程、模块信息分析工具加内存读取和遍历工具: vc---vs2008 可以作为外挂编写时分析进程、内存的工具,并可以获取所有打开的进程id句柄等信息-Window, the process module information analysis tools plus memory read and Ergodic tools: vc--- vs2008 the time of the preparation can be used as plug-analysis process,
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-27
    • 文件大小:109508
    • 提供者:李建
  1. ProcessMem_demo

    0下载:
  2. 直接读写进程的内存- Direct read-write advancement memory
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-11
    • 文件大小:39225
    • 提供者:none
  1. 操作系统进程内存管理模拟vb程序

    1下载:
  2. 本程序运用随机页面模拟页面调度,从进程的创建及进程的撤销都随时实现-the procedures used random pages scheduling simulation pages from the process of creation and the process of deregulation are always realize
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-24
    • 文件大小:10013
    • 提供者:lhs
  1. compile_Linux_kernel

    0下载:
  2. 内核,是一个操作系统的核心。它负责管理系统的进程、内存、设备驱动程序、文件和网络系统,决定着系统的性能和稳定性。Linux作为一个自由软件,在广大爱好者的支持下,内核版本不断更新。新的内核修订了旧内核的bug,并增加了许多新的特性。如果用户想要使用这些新特性,或想根据自己的系统度身定制一个更高效,更稳定的内核,就需要重新编译内核。本文将以RedHat Linux 6.0(kernel 2.2.5)为操作系统平台,介绍在Linux上进行内核编译的方法。 -Kernel is the core
  3. 所属分类:OS Develop

    • 发布日期:2017-04-04
    • 文件大小:4419
    • 提供者:piansu
  1. IntercessorreportsrcbinIntercessor

    0下载:
  2. 内核级别进程管理软件实现,包括指向思路和源码分析。该软件使用物理内存搜索当前活动进程的方式,可以有效地探测出各类隐藏进程-Kernel-level process management software, including point-source ideas and analysis. The software uses physical memory search process, current activities, it can be effectively detect vario
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:1567643
    • 提供者:欣烁
  1. caozuoxitongshiyandaima

    0下载:
  2. 操作系统实验源代码 用C++写的 包括 进程调度,内存分配与回收 文件管理 -Experiment with the operating system source code C++ Writing, including process scheduling, memory allocation and recovery of document management
  3. 所属分类:OS Develop

    • 发布日期:2017-04-03
    • 文件大小:41701
    • 提供者:wtl
  1. DllPatch

    0下载:
  2. DLL内存补丁,可查找进程中的dll模块,对dll模块的基地址相对偏移处修改内存,相比流行的进程内存补丁更进了一步-DLL memory patch can be find in the process of dll module, dll modules of relatively offset base address corrections memory, compared to the process of popular memory patch has taken one step
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:113158
    • 提供者:康康
  1. 将代码注入到进程中并运行

    1下载:
  2. 易语言注入进程源码例程程序调用API函数打开进程内存,将代码注入到进程中并运行。 本易语言源码例程属于易语言高级教程。(The source code routine program of the easy language injection process calls the API function to open process memory, inject the code into the process and run. This language source code ro
  3. 所属分类:其他

    • 发布日期:2018-04-23
    • 文件大小:5120
    • 提供者:wzqone
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com